home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / mail / listserv / WARNINGS.Z / WARNINGS
Encoding:
Text File  |  1992-12-13  |  3.4 KB  |  90 lines

  1. ******************************************************************************
  2. 1) IBM R/6000 users wishing to upgrade to OS 3.1.7 should know that there
  3. are problems with UUCP:
  4.  
  5. > Are you running 3.1.7 of the OS, or 3.1.5? What is the nature of problems
  6. > with UUCP?
  7. > Thanks,
  8. > Tasos
  9.     3.1.7 is the version I'm on under the AIX.  When I refer to 2007,
  10. it breaks down as :
  11.  
  12.             2 - Update to most current previous version
  13.             00 - ???
  14.             7 - New version number.
  15.  
  16. When you refer to a 3005 tape, it means
  17.  
  18.             3 - Replacement for a previous version, totally.
  19.             00 - ???
  20.             5 - New version number.
  21.  
  22. So, when I went from 3.1.0 to 3.1.5, I got a 3005 tape.  When I went from
  23. 3.1.5 to 3.1.6 I got a 2006 tape, and from 3.1.6 to 3.1.7 I got a 2007
  24. tape.  When they come out with 3.2, it'll probably be a 2010 tape.  Also,
  25. you can not go from 3.1.5 to 3.1.7 with a 2007 tape, you MUST be on the 
  26. x-1 gen (3.1.6).  The problems are that it does not spawn the polling 
  27. processes in /usr/spool/cron/crontabs/uucp.
  28.  
  29. ******************************************************************************
  30. 2) Systems running under AIX 3.1.7 have yet another problem with cron. This
  31. can be fixed by APAR #a21036
  32.  
  33. ******************************************************************************
  34. 3) "BTW: PLEASE inform whoever runs the AIX
  35. that you use to do debug work there that he MAY have gotten SCSI update
  36. code on disk recently, and NOT to install it!  There is a good chance his
  37. system won't come back up."
  38.  
  39. ******************************************************************************
  40. 4) Problems migrating from SUN OS 4.1.1 to SUN OS 4.1.2:
  41. Got it.  The problem is on SunOs 4.1.2.  I had rebuilt libc.so so the
  42. machine could be a resolver w/out needing to run DNS and only needing
  43. resolv.conf and a route to the gateway.  Anyway, If one does this
  44. (or a few other things as well) ld gets sick like I described before.
  45.  
  46. The answer is to get a jumbo patch from Sun support.  The patch reference
  47. is: 100532 (International) or 100531 (Security).  It also corrects the
  48. Makefile in /usr/lib/shlib.etc by putting a -ldl switch on ld.
  49. This switch can probably be used in other makes as a possible
  50. workaround.  I'll try it tomorrow.
  51. ******************************************************************************
  52. 5) Article 15006 (36 more) in comp.unix.aix:
  53. From: lubkt@synergy.CC.Lehigh.EDU (Binod Taterway)
  54. Subject: C routine realloc() seems broken in AIX 3.2.2...
  55. Message-ID: <LUBKT.92Aug17113728@synergy.CC.Lehigh.EDU>
  56. Date: 17 Aug 92 16:37:28 GMT
  57. Sender: usenet@chili.cc.lehigh.edu
  58. Distribution: comp.unix.aix
  59. Organization: Lehigh University, Bethlehem, PA
  60. Lines: 16
  61. Nntp-Posting-Host: synergy.cc.lehigh.edu
  62.  
  63.  
  64. FYI -
  65.  
  66. AIX 3.2.2 has broken all my realloc() calls. The code that worked on
  67. AIX 3.1.8 (and all previous releases) now gives core dump after I
  68. upgraded AIX. I get -
  69.  
  70.         Catastrophe in realloc: invalid storage ptr
  71.         IOT/Abort trap(coredump)
  72.  
  73. ******************************************************************************
  74. 6) malloc() under 3.2 may cause bur errors:
  75.  
  76. From the malloc man page:
  77.  
  78. Note:   AIX Version 3.2 allocates memory using a different method than in
  79. previous releases.  Some applications may fail due to this new method.
  80. Therefore, AIX Version 3.2 supports both the old and new memory
  81. management strategies.  The MALLOCTYPE environment variable can be set
  82. to access the older version.  To use the old memory allocation method
  83. instead of the new, enter:
  84.  
  85. MALLOCTYPE=3.1; export MALLOCTYPE
  86. setenv MALLOCTYPE 3.1
  87.  
  88.